SetShowScrollBottleneckRectsRequest

data class SetShowScrollBottleneckRectsRequest(show: Boolean)

Represents request frame that can be used with Overlay#setShowScrollBottleneckRects operation call.

Requests that backend shows scroll bottleneck rects

See also

Constructors

SetShowScrollBottleneckRectsRequest
Link copied to clipboard
fun SetShowScrollBottleneckRectsRequest(show: Boolean)

Properties

show
Link copied to clipboard
val show: Boolean
True for showing scroll bottleneck rects

Sources

jvm source
Link copied to clipboard